Chancellor Chess
Invented by: Ben Foster, 1889
Game hierarchy
• Game
• Generic Chess
• Generic x9
• Generic 9x9
• Chancellor Chess
Board
FEN: rnbqkcnbr/ppppppppp/9/9/9/9/9/PPPPPPPPP/RNBQKCNBR w AIai - 0 1
Piece Types
Internal Name | Name | Notation | Added By | Notes |
King | King | K | Generic Chess | royal; can castle |
Pawn | Pawn | P | Generic Chess | can promote; en passant; pawn structure evaluation |
Rook | Rook | R | Chancellor Chess | castling partner; open file bonus; trap king on back rank bonus |
Bishop | Bishop | B | Chancellor Chess | colorbinding evaluation; outpost bonus |
Knight | Knight | N | Chancellor Chess | outpost bonus |
Queen | Queen | Q | Chancellor Chess | trap king on back rank bonus |
Chancellor | Chancellor | C | Chancellor Chess | open file bonus; trap king on back rank bonus |
Game Variables
Name = "Chancellor Chess"
Invented = "1889"
InventedBy = "Ben Foster"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}" FENStart = "#{Array} w #default #default 0 1"
Array = "rnbqkcnbr/ppppppppp/9/9/9/9/9/PPPPPPPPP/RNBQKCNBR"
DeduplicateMoves = false
StaticExchangeEvaluation = true
Declared in Generic Chess:
StalemateResult = Draw
PromotionRule = Standard
PromotionTypes = "QCRNB"
BareKing = false
EnPassant = true
PromotingType = Pawn
CastlingType = King
Declared in Generic x9:
PawnDoubleMove = true
Declared in Generic 9x9:
Castling = Standard
Rules
MoveCompletionDefaultRule
BasicPromotionRule
EnPassantRule
CheckmateRule
Move50Rule
CastlingRule
RepetitionDrawRule
Evaluations
PawnStructureEvaluation
DevelopmentEvaluation
LowMaterialEvaluation
ColorbindingEvaluation
RookTypeEvaluation
OutpostEvaluation
|